Crate nze_tiled

source ·
Expand description

A library for deserializing tiled maps and tilesets made with the Tiled map editor.

Use Map::new() to loads the map using a path, and also automatically loads any tilesets data.

see https://doc.mapeditor.org/en/stable/ for information on what the map data represents.

Note: infinite maps and templates are unsupported

Modules

  • Holds an enum of error types that can occur from loading tilemaps

Structs

Enums

Type Definitions